jade.content.onto
Class BasicIntrospector

java.lang.Object
  |
  +--jade.content.onto.BasicIntrospector
Direct Known Subclasses:
ReflectiveIntrospector

public class BasicIntrospector
extends java.lang.Object
implements Introspector

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
BasicIntrospector()
           
 
Method Summary
 AbsObject externalise(Ontology ontology, java.lang.Object obj)
          Externalize
 java.lang.Object internalise(Ontology ontology, AbsObject abs)
          Internalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicIntrospector

public BasicIntrospector()
Method Detail

externalise

public AbsObject externalise(Ontology ontology,
                             java.lang.Object obj)
                      throws OntologyException
Externalize
Specified by:
externalise in interface Introspector
Parameters:
ontology -  
obj -  
Returns:
 
Throws:
OntologyException -  

internalise

public java.lang.Object internalise(Ontology ontology,
                                    AbsObject abs)
                             throws UngroundedException,
                                    OntologyException
Internalize
Specified by:
internalise in interface Introspector
Parameters:
ontology -  
abs -  
Returns:
 
Throws:
OntologyException -  
UngroundedException -